home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / linux / speciale / xmms / Plugins / Xmms-Perl-0_08.readme < prev    next >
Text File  |  2000-01-21  |  1KB  |  41 lines

  1.  
  2.     The source files in this distribution are 
  3.     Copyright (C) 1999, Doug MacEachern, and are licensed for
  4.     use under the same terms as Perl itself.
  5.  
  6. You need xmms installed to use this package: http://www.xmms.org/
  7.  
  8. This package provides the following modules:
  9.  
  10.  Xmms::Remote - Perl interface to the xmms_remote API
  11.  
  12.  Xmms::Config - Perl interface to the xmms_cfg API
  13.  
  14.  Xmms - Exports the remote control shell routine
  15.  
  16.  Xmms::Plugin - Embeds a Perl interpreter inside xmms and provides
  17.                 Input/Output/Effect/General plugin interfaces for
  18.                 Perl (not yet released, may never be)
  19.  
  20.  
  21. For best results, install the bundle via:
  22.  
  23.  perl -MCPAN -e 'install Bundle::Xmms'
  24.  
  25. Motivation:
  26. I am a programmer and I need good tunes for programming fuel.
  27. After my dsl installation last week, I finally discovered for myself,
  28. MP3z are the coolest thing since sliced bread.  xmms is a wonderful
  29. tool, but I am not a fan of the GUI.  Not that it isn't well done, it
  30. is very slick.  But, my laptop mouse pad is flakey and I can never
  31. remember what buttons do what.  The interactive shell provides command 
  32. history, command/file completion and emacs key bindings.  The shell
  33. also adds quite a bit functionality over what can be done with xmms
  34. from the command line. And a bit more than the gui, such as searching.
  35. See `perldoc Xmms' for feature details.
  36.  
  37. Enjoy,
  38. -Doug
  39.  
  40. dougm@pobox.com
  41.